OPC Studio User's Guide and Reference
Deployment Prerequisites
Concepts > Development Concepts > Application Deployment > Deployment Prerequisites
In This Topic

.NET Framework, COM and Excel Development

Besides the actual library assemblies, applications developed with OPC Studio require that the software described below is present on the target system.

.NET Framework - you need (at least) one of the following:

Note that

 

In some special cases, you may want to install other prerequisites – please refer to Prerequisites Boxing under Advanced Topics.

.NET 6+ Development

.NET 6 or 8

If you are using a framework-dependent deployment (FDD), it is necessary that proper version of .NET 6 or 8 is installed on the target system. If you are using a self-contained deployment (SCD), there are usually no deployment prerequisites other than using a supported operating system and hardware.

See QuickOPC Required .NET Runtimes or OPC Wizard Required .NET Runtimes for more information about the support .NET versions, and also QuickOPC Required Operating Systems or OPC Wizard Required Operating Systems. For more information about deployment types in .NET, see the Microsoft's article .NET application publishing overview.

Python Development

For OPC Studio applications in Python, you need either the .NET Framework, or .NET 6+. Refer to the paragraphs above for more information.

 

See Also

External